home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0981.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.6 KB  |  39 lines

  1. Hi, I've been working on a HTTP server written in perl (originally from
  2. Marc VanHeyningen at cs.indiana.edu).  I've gotten to the point where I'm
  3. happy with it for my needs and thought maybe someone else might find it
  4. useful.
  5.  
  6. I'm currently calling it version 0.14.  You can always get the latest
  7. from <A HREF="http://www.bsdi.com/server">here</A>.
  8.  
  9. You can try it out using the <A HREF="http://www.bsdi.com/">server</A>
  10. I have setup for my company if you like.
  11.  
  12. Features:
  13.  
  14.  o Very easy to setup (all code is written in perl)
  15.  o README file with helpful tips
  16.  o config file for easy setup
  17.  o HTML docs <A HREF="http://www.bsdi.com/server/httpd.html">here</A>
  18.  o can be run by normal user if not using port 80
  19.  o chroot() support for more security if wanted
  20.  o directory browser (with last modification, size and file/directory info)
  21.  o date server sample code
  22.  o finger server sample code
  23.  o Other sample gateways from the original code (siks, neuro, sunman)
  24.  o "loadable" drivers (helpful in debugging new gateways)
  25.  
  26. The code is provided ``as is'', and without warranty but feel free to
  27. send me <sanders@bsdi.com> comments and I'll try and make it better.
  28. If you write other gateways using this scheme please send them to me
  29. and I'll try and integrate them.
  30.  
  31.     +--+
  32.     |  |____   --------------------------------------------------------------
  33.   __|       |  Tony Sanders                  Development and Customer Support
  34.   \         |  sanders@BSDI.COM              Berkeley Software Design, Inc.
  35.    \/\  * _/                                 1801 Wells Branch Parkway, #2111
  36.       \_ /                                   Austin, TX  78728
  37.         \|
  38.  
  39.